projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e778d7
)
Remove debug output
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Nov 2010 04:09:32 +0000
(23:09 -0500)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:14 +0000
(15:39 +0100)
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index 9baea1bbc9b2d909f63b0a76e8a9cb929fedb578..caa34eb77f5d8473ee87c4fbf614b74e8f6524b0 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-1015,7
+1015,6
@@
gtk_theming_engine_render_option (GtkThemingEngine *engine,
0, 2 * G_PI);
gdk_cairo_set_source_rgba (cr, bg_color);
-g_print ("filling the arc with %f %f %f %f\n", bg_color->red, bg_color->green, bg_color->blue, bg_color->alpha);
cairo_fill_preserve (cr);
gdk_cairo_set_source_rgba (cr, fg_color);